Version 21.2

RestSettingBuilder<T> Class Properties

For a list of all members of this type, see RestSettingBuilder<T> members.

Public Properties
 NameDescription
Public PropertyContentSerializerspecifies a custom function to serialize content sent to the server it should accept a single object or an array of objects and return a string (Inherited from Infragistics.Web.Mvc.RestSetting)
Public PropertyContentTypespecifies the content type of the request (Inherited from Infragistics.Web.Mvc.RestSetting)
Public PropertyCreatesettings for create requests (Inherited from Infragistics.Web.Mvc.RestSetting)
Public PropertyEncodeRemoveInRequestUrispecifies whether the ids of the removed resources are send through the request URI (Inherited from Infragistics.Web.Mvc.RestSetting)
Public PropertyRemovesettings for remove requests (Inherited from Infragistics.Web.Mvc.RestSetting)
Public PropertySettingsrest settings  
Public PropertyUpdatesettings for update requests (Inherited from Infragistics.Web.Mvc.RestSetting)
Protected Properties
 NameDescription
Protected PropertyStoreReturn the store with all of the options (Inherited from Infragistics.Web.Mvc.ModelBase)
See Also

View on GitHub